home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / rexx / ARCLIC.readme < prev    next >
Encoding:
Text File  |  1998-01-06  |  3.1 KB  |  81 lines

  1. Short:    ARexx Command Line Interpreter Console (learn,test,try,etc)
  2. Author:   hauri_felix@bluewin.ch (Felix Hauri)
  3. Uploader: hauri_felix@bluewin.ch  (Felix Hauri)
  4. Type:     util/rexx
  5. Required: An Amiga with OS 2.04 +
  6.  
  7. ---------------------------------------------------------------------
  8.                             Sainte-Croix, le 16 novembre 1997 à 16:27
  9. INTRODUCTION
  10.  This script provide an ARexx Command-Line Interpreter Console
  11.  in a normal shell console. You can run it in every type of
  12.  console like NewCon:, KingCon: or any else.
  13.  
  14. INSTALLATION
  15.  Simply copy the script to your REXX: drawer.
  16.  
  17. SYNTAX
  18.  In normal way you will run it from shell with the following
  19.  syntaxe:
  20.  RX ARCLIC [PORT]
  21.  
  22.  If the argument PORT is provided, the interpreter will begin
  23.  at this ADDRESS.
  24.  If else, the port 'COMMAND' will be used.
  25.  
  26.  Note 1: The server ARexx: 'RexxMast' must be present!
  27.  Also make a double-click on the RexxMast's icon in the
  28.  "System" drawer of your workbench's disk.
  29.  or add the following line to your 'S:User-Startup'
  30. >> SYS:System/RexxMast >NIL:                            <<
  31.  
  32.  Note 2: you must have the path to 'SYS:Rexxc/' present in your
  33.  path-list. Or else you must add the path to the command:
  34.  SYS:Rexxc/RX ARCLIC [PORT].
  35.  
  36.  Or you can simply make a double-click on his icon (see note 1)
  37.  
  38. FEATURES
  39.   *    Error trapping (not developped but trapped)
  40.   *    No use of variable (you can use every you want)
  41.   *    Prompt with the Return Code and the Result of the last
  42.        command, and the address where you work.
  43.        Note that if you want to modify the prompt, there is no
  44.        variable! You must modify the script but it's simple!
  45.   *    It's an example of AddOn to the promt: the time info.
  46.        Go take a look!
  47.   *    Way to add special user function (Its two examples
  48.        functions: ARCLIC_Mille() and ARCLIC_Info() )
  49.  
  50. DISCLAIMER
  51.  This script is provided as is. I am not responsible in any way
  52.  if somethig wrong, go down or else. I can not be responsible
  53.  of any dammage caused to your computer, your datas, your wife
  54.  or any else.
  55.  
  56.  Be care when you use some rexxs librarys! With the ARexx you
  57.  can direct access to sensible memory or dangerous library
  58.  calls!!!
  59.  
  60. COPYRIGHT
  61.  This script may be freely distributed without profit! In
  62.  in unmodified version!!!
  63. _____________________________________________________________________
  64. Félix Hauri - Informaticien consultant |\    /|      ___  _
  65. -------------------------------------- | \__/ |     /    -   /   o
  66. 7, rue Centrale / CH-1450 Sainte-Croix | .  . |    /_  ___  /
  67. tél: (+41/0)24 454 54 04 /fax:...54 00 |  /\  |   /   /__/ /   /  \/
  68. http://www.gkb.com/ch/hauri/home.html  | \__/ |  /   /__  /_  /_  /\
  69. mailto:hauri_felix@bluewin.ch           \____/  ---------------------
  70.  
  71.  
  72. ============================= Archive contents =============================
  73.  
  74. Original  Packed Ratio    Date     Time    Name
  75. -------- ------- ----- --------- --------  -------------
  76.     2758    1357 50.7% 16-Nov-97 16:41:46  ARCLIC.readme
  77.     6627    2195 66.8% 16-Nov-97 16:19:06  ARCLIC.rexx
  78.     3617     991 72.6% 16-Nov-97 16:38:20  ARCLIC.rexx.info
  79. -------- ------- ----- --------- --------
  80.    13002    4543 65.0% 17-Nov-97 02:50:48   3 files
  81.